Autogenerated HTML docs for v1.5.6.1-156-ge903b
diff --git a/git-prune.html b/git-prune.html index 41b2693..e6bc772 100644 --- a/git-prune.html +++ b/git-prune.html
@@ -281,8 +281,8 @@ <td class="icon"> <div class="title">Note</div> </td> -<td class="content">In most cases, users should run <a href="git-gc.html">git-gc(1)</a>, which calls -git-prune. See the section "NOTES", below.</td> +<td class="content">In most cases, users should run <tt>git-gc</tt>, which calls +<tt>git-prune</tt>. See the section "NOTES", below.</td> </tr></table> </div> <p>This runs <tt>git-fsck --unreachable</tt> using all the refs @@ -291,7 +291,7 @@ objects unreachable from any of these head objects from the object database. In addition, it prunes the unpacked objects that are also found in packs by -running <tt>git prune-packed</tt>.</p> +running <tt>git-prune-packed</tt>.</p> <p>Note that unreachable, packed objects will remain. If this is not desired, see <a href="git-repack.html">git-repack(1)</a>.</p> </div> @@ -342,16 +342,16 @@ <tt>.git/objects/info/alternates</tt>:</p> <div class="listingblock"> <div class="content"> -<pre><tt>$ git prune $(cd ../another && $(git-rev-parse --all))</tt></pre> +<pre><tt>$ git prune $(cd ../another && $(git rev-parse --all))</tt></pre> </div></div> </div> <h2>Notes</h2> <div class="sectionbody"> -<p>In most cases, users will not need to call git-prune directly, but -should instead call <a href="git-gc.html">git-gc(1)</a>, which handles pruning along with +<p>In most cases, users will not need to call <tt>git-prune</tt> directly, but +should instead call <tt>git-gc</tt>, which handles pruning along with many other housekeeping tasks.</p> <p>For a description of which objects are considered for pruning, see -git-fsck's --unreachable option.</p> +<tt>git-fsck</tt>'s --unreachable option.</p> </div> <h2>SEE ALSO</h2> <div class="sectionbody"> @@ -373,7 +373,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 08-Jun-2008 22:46:53 UTC +Last updated 02-Jul-2008 03:01:56 UTC </div> </div> </body>